StvDEV

 GDK

  Components

  Drawing

  Editor

  Browser

  Inspector

  CaptionedBoolPropertyDrawer

  DisableOnRuntimePropertyDrawer

  EnumPropertyDrawer

  MinMaxRangePropertyDrawer

  OnGUI(Rect, SerializedProperty, GUIContent)

  SplitRect(Rect, int)

  SplitRectIn3(Rect, int, int)

  ReadOnlyPropertyDrawer

  ShowIfPropertyDrawer

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

class MinMaxRangePropertyDrawer

Draws a two-sided slider for the fields marked MinMaxRangeAttribute attribute.
VisibilityPublic
ExtendsPropertyDrawer

Public methods

void OnGUI(Rect position, SerializedProperty property, GUIContent label)Ons the gui using the specified position

Public static methods

Rect[] SplitRect(Rect rect, int partsCount)Splits Rect into parts.
Rect[] SplitRectIn3(Rect rect, int bordersSize, int space = 0)Splits Rect into three parts.